home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_2
/
tm2ascii
/
source
/
struct.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-08-04
|
556b
|
22 lines
#include <exec/types.h>
#include <exec/memory.h>
#include <graphics/text.h>
#include <prefs/prefhdr.h>
#include <proto/dos.h>
#include <proto/exec.h>
#include <proto/iffparse.h>
#include <proto/utility.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "toolmanager.h"
#include "ToolManagerPrefs.h"
typedef struct Node *(*ReadNodeFuncPtr)(UBYTE *);
typedef BOOL (*WriteNodeFuncPtr)(struct IFFHandle *, UBYTE *,
struct Node *);
typedef void (*FreeNodeFuncPtr)(struct Node *);